ComponentOne FlexPivot for WinForms
ToList Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > ValueSet<T> Class : ToList Method
Creates a System.Collections.Generic.List`1 from this collection.
Syntax
'Declaration
 
Public Function ToList() As System.Collections.Generic.List(Of T)
public System.Collections.Generic.List<T> ToList()

Return Value

A System.Collections.Generic.List`1 that contains the objects in this collection.
See Also

Reference

ValueSet<T> Class
ValueSet<T> Members